@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: auto;
	font-family: "microsoft yahei";
	overflow-x: hidden;
	font-size: 18px;
}
ul, li {
	list-style: none;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #00843f;
}
img {
	max-width: 100%;
	border: 0;
}
.mainbody {
	width: 90%;
	margin: 0 auto;
}
.par30b20 {
	padding: 30px 0 20px;
}
.par30 {
	padding: 30px 0 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.m_fbotm {
	display: none;
}
.head_top {
	position: relative;
	background: #091c52;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
}
.head_top_l {
	float: left;
	color: #fff;
	background-color: #00843f;
	width: 25%;
	text-align: right;
	padding-right: 10px;
}
.head_top_cen {
	float: left;
	padding-left: 10px;
}
.head_top_cen li {
	display: inline-block;
}
.head_top_cen li a {
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 15px;
}
 .head_top_cen li:nth-child(3) a {
 border-right: 0;
}
.head_top_cen li img {
	margin: 0 5px -2px 0;
}
.head_top_r {
	float: right;
	color: #fff;
	padding-right: 50px;
	background: url(../image/ht4.png) no-repeat left center;
	padding-left: 20px;
}
.header_bbox {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	z-index: 9;
}
.header_bbox:before {
	content: "";
	width: 51%;
	height: 1px;
	background: -webkit-linear-gradient(left, #c89493, #00843f);
	background: -o-linear-gradient(right, #c89493, #00843f);
	background: -moz-linear-gradient(right, #c89493, #00843f);
	background: linear-gradient(to right, #c89493, #00843f);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
}
.header_bbox:after {
	content: "";
	width: 51%;
	height: 1px;
	background: -webkit-linear-gradient(left, #00843f, #c89493);
	background: -o-linear-gradient(right, #00843f, #c89493);
	background: -moz-linear-gradient(right, #00843f, #c89493);
	background: linear-gradient(to right, #00843f, #c89493);
	display: block;
	position: absolute;
	right: 0;
	bottom: 0px;
}
.header_bcon {
	position: relative;
	box-sizing: border-box;
}
.header_bbox .header_blogo {
	position: relative;
	display: block;
	padding: 35px 0px 0px;
}
.header_bbox .header_tel {
	position: relative;
	float: right;
	margin: 39px 0px 0px 0px;
}
 .header_bbox .header_tel::before {
 content: "";
 position: absolute;
 top: 10px;
 left: 0;
 width: 1px;
 height: 30px;
 background: #888;
}
.header_bbox .header_tel a {
	vertical-align: middle;
	margin-left: 30px;
	color: #fff;
}
.htel_btnstyle {
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 24px;
	color: #fff;
	padding: 12px 30px 12px 56px;
	font-weight: 700;
	border-radius: 1px;
	overflow: hidden;
	text-transform: uppercase;
	background: #00843f url(../image/htel.png) no-repeat 20px center;
}
.htel_btnstyle:hover {
	color: #fff;
}
.htel_btnstyle:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	content: "";
	background-color: #000;
	background-color: transparent\9;
	opacity: 0;
}
.htel_btnstyle:hover:before {
	width: 100%;
	opacity: .1;
 transition: .5s;
}
.htel_btnstyle span {
	position: relative;
}
.header_menu {
	position: relative;
	z-index: 1;
	width: 72%;
}
.header_menu .header_bnav {
	position: relative;
}
.header_bnav .header_navul {
	position: relative;
	margin: 0px;
}
.header_bnav .header_navul>li {
	position: relative;
	width: 12.5%;
	height: 125px;
	line-height: 125px;
	float: left;
}
.header_bnav .header_navul>li:before {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 0px;
	height: 2px;
	background: #00843f;
}
.header_bnav .header_navul>li:after {
	content: "";
	position: absolute;
	top: 55px;
	right: 0;
	width: 1px;
	height: 20px;
	background: #d8d8d8;
}
.header_bnav .header_navul>li:hover:before {
	width: 100%;
transition: .6s;
}
 .header_bnav .header_navul>li:nth-child(8):after {
 display: none;
}
.header_bnav .header_navul>li>a:hover {
	color: #F3120E;
}
.header_bnav .header_navul>li:last-child:before {
	display: none;
}
.header_bnav .header_navul>li:last-child {
	margin-right: 0px;
}
.header_bnav .header_navul>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	opacity: 1;
}
.header_bnav .header_navul>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 250px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 255, 255, 0.85);
	background-color:#fff\9;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.header_bnav .header_navul>li>ul>li {
	position: relative;
	width: 100%;
}
.header_bnav .header_navul>li>ul>li:last-child {
	border-bottom: none;
}
.header_bnav .header_navul>li>ul>li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 2px;
	height: 100%;
	display: block;
	background: #00843f;
}
.header_bnav .header_navul>li>ul>li:after {
	position: absolute;
	content: '';
	right: 10px;
	top: 15px;
	width: 0;
	height: 0;
	border-left: 6px solid #d4d4d4;
	border-top: 6px solid #d4d4d4;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	display: block;
	transform: rotate(135deg);
}
.header_bnav .header_navul>li>ul>li:hover:after {
	right: 15px;
 transition: .5s;
	border-left: 6px solid #00843f;
	border-top: 6px solid #00843f;
}
.header_bnav .header_navul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10.5px 33px 10px 10px;
	border-bottom: 1px solid #e0dcdc;
	line-height: 24px;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	box-sizing: border-box;
}
.header_bnav .header_navul>li>ul>li:last-child>a {
	border-bottom: 0px;
}
.header_bnav .header_navul>li>ul>li>a:hover {
	color: #00843f;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.header_bnav .header_navul>li>ul>li.header_navli>a:after {
	position: absolute;
	right: 30px;
	top: 11px;
	display: block;
	line-height: 24px;
 font-size: 17px font-weight: 400;
}
.header_bnav .header_navul>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 250px;
	z-index: 100;
	display: none;
	background-color: #fff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.header_bnav .header_navul>li>ul>li>ul>li {
	position: relative;
	width: 100%;
}
.header_bnav .header_navul>li>ul>li>ul>li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
}
.header_bnav .header_navul>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10.5px 33px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e0dcdc;
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
}
.header_bnav .header_navul>li.header_navli:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.header_bnav .header_navul li>ul>li.header_navli:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
/* banner */
.hbannbox {
	overflow: hidden;
	position: relative;
}
.hbannbox .hd {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	z-index: 99;
	text-align: center;
}
.hbannbox .hd ul {
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.hbannbox .hd ul li {
	display: inline-block;
	width: 25px;
	height: 6px;
	text-align: center;
	background: #ccc;
	cursor: pointer;
	border-radius: 5px;
}
.hbannbox .hd ul li.on {
	width: 35px;
	background: #00843f;
 transition: .6s;
}
.hbannbox .bd {
	position: relative;
	z-index: 0;
	width: 100%;
}
.hbannbox .bd li {
	zoom: 1;
	vertical-align: middle;
	overflow: hidden;
}
.hbannbox .bd img {
	width: 100%;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.hbannbox .prev, .hbannbox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 20px;
	height: 20px;
	border-top: 12px solid #000;
	border-left: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #000;
	transform: rotate(-135deg);
	filter: alpha(opacity=50);
	opacity: 0.5;
	border-radius: 5px;
}
.hbannbox .next {
	left: auto;
	right: 3%;
	transform: rotate(45deg);
}
.hbannbox .prev:hover, .hbannbox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
 transition: .5s;
}
.hbannbox .prevStop {
	display: none;
}
.hbannbox .nextStop {
	display: none;
}
/* 解决方案 */
.hsolo_box {
	background: url(../image/hsolo_bg.png) no-repeat center top;
	background-size: 100% 100%;
}
.htitle {
	text-align: center;
}
.htitle h2 {
	font-size: 40px;
	font-weight: 500;
	color: #000000;
}
.htitle h2 i {
	font-style: normal;
	color: #00843f;
	text-transform: uppercase;
}
.htitle p {
	margin: 10px auto;
}
.htitl_ico {
	width: 10px;
	height: 10px;
	border: 3px solid #999;
	background-color: #fff;
	position: relative;
	border-radius: 100%;
	margin: 0 auto;
}
.htitl_ico:before, .htitl_ico:after {
	content: "";
	position: absolute;
	top: 5px;
	width: 100px;
	height: 1px;
	background-color: #888;
}
.htitl_ico:before {
	left: -110px;
}
.htitl_ico:after {
	right: -110px;
}
.hsolo_con li {
	float: left;
	width: 32.6%;
	width: 32%\9;
	margin: 0 1% 1% 0%;
	font-size: 0;
	background-color: #eee;
	overflow: hidden;
}
.hsolo_con li:nth-child(3n) {
 margin-right:0;
}
/* .hsolo_con li:first-child,.hsolo_con li:nth-child(5),.hsolo_con li:nth-child(9) {
	margin-right: 0;
}

.hsolo_con li:nth-child(4),.hsolo_con li:nth-child(8),.hsolo_con li:nth-child(12) {
	margin-right: 0;
} */

.hsolo_con li a {
	display: block;
}
.hsolo_con li .hsolo_cimg {
	float: left;
	width: 54%;
	height: 279px;
	overflow: hidden;
}
.hsolo_con li .hsolo_cimg img {
	width: 100%;
	display: block;
	height: 100%;
}
.hsolo_con li .hsolo_cinfo {
	float: right;
	width: 46%;
	padding: 20px 10px 10px;
	box-sizing: border-box;
}
.hsolo_con li .hsolo_cinfo h3 {
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:20px;
}
.hsolo_con li .hsolo_cinfo p {
	color: #666;
	margin-top: 10px;
	line-height: 1.6;
	font-size: 18px;
	overflow: hidden;
	height: 140px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.hsolo_con li .hsolo_cinfo em {
	display: block;
	width: 100px;
	height: 1px;
	background-color: #666;
	position: relative;
	margin-top: 30px;
}
.hsolo_con li .hsolo_cinfo em:after {
	content: "";
	position: absolute;
	top: -6px;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #666;
	background: #eee;
}
.hsolo_con li:hover {
	background-color: #00843f;
 transition: .3s;
}
.hsolo_con li:hover img {
	transform: scale(1.1);
 transition: .5s;
}
.hsolo_con li:hover h3, .hsolo_con li:hover p {
	color: #fff;
}
.hsolo_con li:hover em {
	background-color: #fff;
	width: 100%;
 transition: .6s;
}
.hsolo_con li:hover em:after {
	border-color: #fff;
}
/* 案例 */
.hcasebox {
	background: url(../image/hcasebg.jpg) repeat-y center top;
	background-size: 100% 100%;
	overflow: hidden;
	background-attachment: fixed;
}
.hcasebox .htitle h2, .hcasebox .htitle p {
	color: #fff;
}
.hcasebox .htitle h2 {
	font-weight: bold;
}
.hcasebox .htitle .htitl_ico {
	border: 3px solid #fff;
	background-color: #00843f;
}
.hcasebox .htitl_ico:before, .hcasebox .htitl_ico:after {
	background-color: #fff;
}
.hcasebox .mainbody {
	position: relative;
	background: #313742;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
}
.hcasebox .hcasebox_tab {
	width: 100%;
	text-align: center;
}
.hcasebox .hcasebox_tab ul li {
	width: 16.6%;
	display: inline-block;
	margin: 0 1%;
	height: 55px;
	line-height:55px;
	background: #f3f3f3;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #00843f;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
	width: 16.6%;
	border-radius: 0 25px 25px 0;
	position: relative;
}
.hcasebox .hcasebox_con {
	padding-top: 30px;
}
.hcasebox .hcasebox_tab ul li a {
	display: block;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:20px;
}
.hcasebox .hcasebox_tab ul li.on {
	background: #00843f;
	border-bottom: 2px solid #fff;
 transition: .3s;
}
.hcasebox .hcasebox_tab ul li:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 10px;
	width: 8px;
	height: 8px;
	border: 2px solid #aaa;
	border-radius: 50%;
}
.hcasebox .hcasebox_tab ul li.on:before {
	border: 2px solid #fff;
}
.hcasebox .hcasebox_tab ul li.on a {
	color: #fff;
}
.hcasebox .slideBox {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 10px 42px;
	position: relative;
}
.hcasebox .hcaseb_prev, .hcasebox .hcaseb_next {
	position: absolute;
	left: 0.5%;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	border-top: 10px solid #00843f;
	border-right: 10px solid #00843f;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	opacity: 0.3;
	z-index: 9;
	display: none;
}
.hcasebox_con:hover .hcaseb_prev, .hcasebox_con:hover .hcaseb_next {
	display: block;
}
.hcasebox .hcaseb_next {
	left: auto;
	right: 0.5%;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.hcasebox .hcaseb_prev:hover, .hcasebox .hcaseb_next:hover {
	opacity: 1;
 transition: .3s;
}
.hcasebox .hcasebox_con {
	overflow: hidden;
}
.hcasebox .hcasebox_con ul {
	overflow: hidden;
	zoom: 1;
}
.hcasebox .hcasebox_con ul li {
	width: 24.3%;
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}
.hcasebox .hcasebox_con ul li .hcasebox_cimg {
	text-align: center;
	width: 100%;
	height: 377px;
	overflow: hidden;
}
.hcasebox .hcasebox_con ul li .hcasebox_cimg img {
	width: 100%;
	display: block;
	border: 1px solid #ccc;
	height: 100%;
	object-fit:cover;
}
.hcasebox .hcasebox_con ul li:hover img {
	transform: scale(1.1);
 transition: .6s;
}
.hcasebox .hcasebox_con ul li .hcasebox_cimg a:hover img {
	border-color: #999;
}
.hcasebox .hcasebox_con ul li .hcasebox_ctit {
	padding: 20px 30px;
	box-sizing: border-box;
	text-align: center;
}
.hcasebox .hcasebox_con ul li .hcasebox_ctit h4 {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	padding-bottom: 10px;
	position: relative;
}
.hcasebox .hcasebox_con ul li .hcasebox_ctit h4:before {
	content: "";
	position: absolute;
	right: 5px;
	top: 10px;
	border-right: 5px solid #999;
	border-top: 5px solid #999;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: rotate(45deg);
}
.hcasebox .hcasebox_con ul li .hcasebox_ctit h4:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: #999;
}
.hcasebox .hcasebox_con ul li:hover .hcasebox_ctit h4:after {
	width: 100%;
	height: 1px;
 transition: .6s;
	background: #00843f;
}
.hcasebox .hcasebox_con ul li:hover .hcasebox_ctit h4:before {
	top: 5px;
	border-right: 5px solid #00843f;
	border-top: 5px solid #00843f;
	transform: rotate(135deg);
 transition: .6s;
}
.hcasebox .hcasebox_con ul li .hcasebox_ctit p {
	margin: 10px auto;
	line-height: 1.6;
	overflow: hidden;
	height: 48px;
	color: #777;
	text-align: left;
}
.hcasebox .hcasebox_con ul li .hcasebox_ctit span {
	border: 1px solid #00843f;
	padding: 12px 45px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	background: #00843f;
	border-radius: 2px;
}
.hcasebox .hcasebox_con ul li:hover {
	transform: translateY(-10px);
 transition: .6s;
}
.hcasebox .hcasebox_con ul li:hover h4 {
	color: #00843f;
}
.hcasebox .hcasebox_con ul li:hover span {
	padding: 8px 65px;
	border: 1px solid #00843f;
	background: #00843f;
 transition: .6s;
	border-radius: 20px;
}
/* 首页产品 */
.hproductbox {
	background: url(../image/hprobg.jpg) no-repeat center top;
	background-size: 100% 100%;
}
.hpro_tit h2 {
	font-size: 40px;
	margin-top: -45px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	color: #313742;
}
.hpro_tit h2 i {
	color: #00843f;
	font-style: normal;
}
.hpro_tit h2 a {
	float: right;
	display: block;
	padding: 15px 55px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background: #00843f;
	border: 1px solid #00843f;
}
.hpro_tit h2 a:hover {
	color: #00843f;
	background: #fff;
 transition: .3s;
}
.hpro_tit em {
	text-transform: uppercase;
	color: #f5eaea;
	font-style: normal;
	font-size: 62px;
	letter-spacing: 1px;
	font-weight: bold;
}
.hpro_tit span {
	display: block;
	width: 90px;
	height: 5px;
	background: #00843f;
	margin-top: 20px;
	border-left: 35px dashed #313742;
}
.hpro_cate {
	margin-top: 30px;
	padding: 15px;
	box-sizing: border-box;
	background: #313742;
}
.hpro_cate ul {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.hpro_cate li {
	float: left;
	width: 16.66%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	height: 55px;
	line-height: 55px;
	box-sizing: border-box;
	background: #313742;
}
.hpro_cate li a {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}
.hpro_cate li:hover {
	background: #00843f;
 transition: .3s;
}
.hpro_cate li:hover a {
	color: #fff;
}
.hpro_con dl {
	width: 24.2%;
	width: 24%\9;
	float: left;
	margin: 0 1% 1% 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
 .hpro_con dl:nth-child(4n) {
 margin-right: 0;
}
.hpro_con dl dt {
	width: 100%;
	position: relative;
	height: 382px;
	overflow: hidden;
}
.hpro_con dl dt img {
	width: 100%;
	height: 100%;
	display: block;
}
.hpro_con dl:hover img {
	transform: scale(1.1);
 transition: .6s;
}
.hpro_cpanel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: rgba(0, 132, 63, 0.6);
	transform: rotate(-45deg);
	opacity: 0;
	text-align: center;
	padding-top: 35%;
	box-sizing: border-box;
}
.hpro_con dl:hover .hpro_cpanel {
	transform: rotate(0deg);
	opacity: 1;
 transition: .6s;
}
.hpro_con dl dd {
	padding: 8px 6px 20px;
	box-sizing: border-box;
	position: relative;
	background: #eee;
}
.hpro_con dl dd h4 {
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	text-align: center;
	padding: 5px 0 26px;
}
.hpro_con dl dd:after {
	content: "";
	position: absolute;
	bottom: 13px;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 3px solid #091C52;
	border-right: 3px solid #091C52;
	border-bottom: 3px solid #00843f;
	border-left: 3px solid #00843f;
	transform: rotate(45deg);
	border-radius: 50%;
	background-color: #fff;
}
.hpro_con dl dd em {
	display: block;
	width: 89%;
	height: 1px;
	background: #ddd;
	margin: 0 auto;
}
.hpro_con dl:hover dd {
	background: #fff;
 transition: .3s;
}
.hpro_con dl:hover h4 {
	color: #00843f;
}
.hpro_con dl:hover dd:after {
	transform: rotate(360deg);
 transition: .6s;
}
/* 广告条 */
.hadvbox {
	height: 280px;
	background: url(../image/hadv1.jpg) no-repeat center top;
}
.hadvb_con .hadvb_cinfo {
	width: 60%;
	text-align: left;
	margin-left: 40%;
	padding: 45px 30px 30px;
	box-sizing: border-box;
}
.hadvb_con .hadvb_cinfo h1 {
	font-size: 32px;
	color: #000;
}
.hadvb_con .hadvb_cinfo h1 i {
	color: #00843f;
	font-style: normal;
	letter-spacing: 1px;
}
.hadvb_con .hadvb_cinfo p {
	color: #333;
	line-height: 1.6;
	font-size: 18px;
	margin: 15px 0;
}
.hadvb_cbtn {
	margin-top: 30px;
}
.hadvb_con .hadvb_cinfo span {
	color: #fff;
	padding: 12px 35px 12px 55px;
	font-size: 20px;
	border-radius: 25px 0 0 25px;
	letter-spacing: 1px;
	font-weight: bold;
	background: #091c52 url(../image/htel.png) no-repeat 15px center;
}
.hadvb_con .hadvb_cinfo a {
	color: #fff;
	background: #00843f;
	padding: 8px 30px;
	font-size: 16px;
	border-radius: 0 20px 20px 0;
}
.hadvb_con .hadvb_cinfo a:hover {
	opacity: 0.8;
 transition: .3s;
}
/* 优势 */
.hys_tbox {
	padding: 30px 0 20px;
	background: url(../image/hysbg.jpg) repeat-y center center;
}
.hys_tbox .htitle h2 {
	font-weight: bold;
	font-size: 42px;
}
.hyscon .hyscon_l {
	float: left;
	width: 48%;
	padding-top: 40px;
}
.hyscon .hyscon_l img {
	width: 47%;
	margin: 1%;
	display: inline-block;
	border: 2px dashed #aab1c3;
	box-sizing: border-box;
}
.hyscon .hyscon_r {
	float: right;
	width: 50%;
}
.hyscon .hyscon_r .hyscon_r_tit {
	position: relative;
	padding-left: 60px;
	margin-left: 30px;
}
.hyscon .hyscon_r .hyscon_r_tit:before {
	position: absolute;
	left: 0;
	content: '';
	height: 2px;
	width: 35px;
	top: 50%;
	background: #00843f;
	border-left: 10px solid #313742;
}
.hyscon .hyscon_r .hyscon_r_tit p {
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
	color: #888888;
	text-transform: uppercase;
}
.hyscon .hyscon_r .hyscon_r_tit span {
	color: #fff;
	background: #00843f;
	font-size: 18px;
	padding: 5px 20px;
}
.hyscon .hyscon_r .hyscon_r_con {
	width: 90%;
	margin-top: 10%;
	position: relative;
}
.hyscon .hyscon_r .hyscon_r_con ul {
	z-index: 9;
	background: rgba(239, 239, 239, 0.6);
	padding: 8%;
	position: relative;
}
.hyscon .hyscon_r .hyscon_r_con:after {
	position: absolute;
	width: 105px;
	height: 85px;
	background: #c4cee6;
	content: '';
	right: -50px;
	top: -50px;
	z-index: 1
}
.hyscon .hyscon_r .hyscon_r_con .hyscon_r_conul li {
	position: relative;
	padding-bottom: 20px;
}
.hyscon .hyscon_r .hyscon_r_con .hyscon_r_conul li span {
	color: #00843f;
	font-size: 80px;
	font-weight: bold;
	font-family: Arial;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	border-radius: 10%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.hyscon .hyscon_r .hyscon_r_con .hyscon_r_conul li .hyscon_r_cinfo {
	padding-left: 105px;
}
.hyscon .hyscon_r .hyscon_r_con .hyscon_r_conul li .hyscon_r_cinfo i {
	color: #00843f;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-style: normal;
}
.hyscon .hyscon_r .hyscon_r_con .hyscon_r_conul li .hyscon_r_cinfo b {
	font-size: 20px;
	color: #333333;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.hyscon .hyscon_r .hyscon_r_con .hyscon_r_conul li .hyscon_r_cinfo b:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 20px;
	background: #00843f;
	bottom: 0;
	left: 0;
}
.hyscon .hyscon_r .hyscon_r_con .hyscon_r_conul li .hyscon_r_cinfo p {
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	margin-top: 15px;
}
/* 关于 */
.haboutbox {
	background: #f5f5f5 url(../image/habbg.jpg) repeat-y center top;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
	padding-bottom: 0;
	background-attachment: fixed;
}
.haboutbox:before {
	content: "";
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	min-height: 727px;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	margin: auto;
}
.haboutbox .htitle h2, .haboutbox .htitle p {
	color: #fff;
}
.haboutbox .htitle .htitl_ico {
	border: 3px solid #c7c7c7;
}
.haboutbox .htitl_ico:before, .haboutbox .htitl_ico:after {
	background-color: #fff;
}
.habout_con {
	box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	background-color: #ffffff\9;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 3px solid #ddd;
}
.hab_img {
	width: 50%;
	position: relative;
	overflow: hidden;
	border-radius: 10px 0 0 10px;
}
.hab_img img {
	width: 100%;
	display: block;
	border-radius: 10px 0 0 10px;
}
.hab_iftit {
	text-align: center;
	padding: 0 0 30px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 10px;
}
.hab_iftit h2 {
	color: #272c30;
	font-size: 30px;
}
.hab_iftit em {
	display: block;
	width: 150px;
	height: 1px;
	background-color: #666;
	position: relative;
	margin-top: 30px;
}
.hab_iftit em:after {
	content: "";
	position: absolute;
	top: -6px;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #666;
	background: #eee;
}
.hab_iftit:hover em:after {
	border: 2px solid #00843f;
 transition: .3s;
}
.hab_info {
	width: 50%;
	padding: 26px 20px;
	box-sizing: border-box;
	background-color: transparent;
}
.hab_info ul {
	border-bottom: double #666;
	margin-bottom: 20px;
}
.hab_info ul li {
	float: left;
	text-align: center;
	margin-bottom: 20px;
	width: 16.6%;
	border-right: 1px solid #aaa;
	box-sizing: border-box;
}
.hab_info ul li img {
	display: block;
	margin: 0 auto 10px;
}
.hab_info ul li p {
	color: #333;
	font-size: 16px;
}
.hab_info ul li:hover img {
	transform: rotateY(360deg);
 transition: .6s;
}
.hab_info_txt {
	line-height: 2;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	height: 504px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 14;
}
.hab_more {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	padding: 10px 50px;
	border-radius: 25px;
	overflow: hidden;
	background: #00843f;
	margin-top: 25px;
}
.hab_more:hover {
	color: #fff;
}
.hab_more:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 650px;
	width: 0%;
	content: "";
	background-color: #000;
	opacity: 0;
}
.hab_more:hover:before {
	width: 100%;
	opacity: .1;
 transition: .5s;
}
.habout_slidbox {
	background-color: #f2f2f2;
	padding: 30px 0;
}
.habout_sliders {
	color: #fff;
	text-align: center;
	max-height:450px;
	overflow: hidden;
}
.pagination {
	position: absolute;
	z-index: 20;
	left: 20px;
	top: 40px;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #333;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.swiper-visible-switch {
	background: #aaa;
}
.swiper-active-switch {
	background: #00843f;
}
.hshili_li {
	padding: 0 6px;
	box-sizing: border-box;
}
.hshili_li .hshili_img {
	width: 100%;
	height: 388px;
	overflow: hidden;
}
.hshili_li .hshili_img img {
	width: 100%;
	display: block;
	height: 100%;
}
.hshili_li p {
	color: #333;
	background-color: #fff;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px auto 0;
	font-size:20px;
}
.hshili_li:hover img {
	transform: scale(1.1);
 transition: .5s;
}
.hshili_li:hover p {
	color: #fff;
	background-color: #00843f;
 transition: .3s;
}
/* 首页新闻 */
.hnewsbox {
	background: #FeFeFe;
}
.hnew_conlbox {
	width: 60%;
}
.hnew_conl {
	width: 49%;
	width: 48%\9;
	margin-right: 2%;
	margin-bottom: 3%;
}
 .hnew_conl:nth-child(2) {
 margin-right: 0;
}
.hnew_conlimg {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 466px;
}
.hnew_conlimg img {
	width: 100%;
	display: block;
	height: auto;
}
.hnew_conltime {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
	color: #fff;
	background: #313742;
	text-align: center;
}
.hnew_conltime span {
	text-transform: uppercase;
	font-size: 20px;
}
.hnew_conltime em {
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	margin: 8px 0 8px 2px;
}
.hnew_conltime p {
	font-size: 18px;
}
.hnew_conlinfo {
	width: 85%;
	margin: -30px auto 0;
	background: #fff;
	color: #333;
	position: relative;
	z-index: 1;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 1px 6px 16px #ccc;
	border: 1px solid #eee;
}
.hnew_conlinfo h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
}
.hnew_conlinfo p {
	line-height: 1.6;
	color: #666;
	max-height: 80px;
	overflow: hidden;
	font-size: 18px;
	margin-top: 10px;
}
.hnew_conl:hover .hnew_conltime {
	background: #00843f;
 transition: .3s;
}
.hnew_conl:hover .hnew_conlinfo {
	transform: translateY(-10px);
 transition: .5s;
}
.hnew_conl:hover h3 {
	color: #00843f;
}
.hnew_conl_bot li {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px dashed #ccc;
	position: relative;
	padding-left: 20px;
}
.hnew_conl_bot li:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border-left: 3px solid #091C52;
	border-top: 3px solid #091C52;
	border-right: 3px solid #00843f;
	border-bottom: 3px solid #00843f;
	background: #fff;
	transform: rotate(30deg);
}
.hnew_conl_bot li:hover:before {
	transform: rotate(360deg);
 transition: .6s;
}
.hnew_conl_bot li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: transparent;
}
.hnew_conl_bot li:hover:after {
	width: 100%;
 transition: .6s;
	background: #313742;
}
.hnew_conl_bot li a {
	font-size:20px;
	width: 80%;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.hnew_conl_bot li:hover a {
	color: #091C52;
}
.hnew_conl_bot li span {
	float: right;
	color: #888;
}
.hnew_conr {
	width: 38%;
}
.hnew_conr li {
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	position: relative;
}
.hnew_conr li:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 5px;
	height: 2px;
	background: #00843f;
}
.hnew_conr li:hover:after {
	width: 65%;
 transition: .6s;
	background: #00843f;
}
.hnew_conr li .hnew_conrimg {
	float: left;
	width: 30%;
	overflow: hidden;
	height: 181px;
}
.hnew_conr li .hnew_conrimg img {
	width: 100%;
	height: 100%;
	display: block;
}
.hnew_conr li .hnew_conrtxt {
	float: right;
	width: 68%;
	padding: 10px;
	box-sizing: border-box;
}
.hnew_conr li h3 {
	color: #333;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hnew_conr li span {
	font-size:16px;
	display: block;
	margin: 5px 0;
	color: #aaa;
	background: url(../image/timee.png) no-repeat left center;
	padding-left: 20px;
}
.hnew_conr li p {
	color: #888;
	font-size: 18px;
	line-height: 2;
	height: 113px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.hnew_conr li:hover h3 {
	color: #00843f;
}
.hnew_conr li:hover img {
	transform: scale(1.1);
 transition: .6s;
}
 .hnew_conr li:nth-child(2n) .hnew_conrimg {
 float: right;
}
 .hnew_conr li:nth-child(2n) .hnew_conrtxt {
 float: left;
 text-align: right;
}
 .hnew_conr li:nth-child(2n) .hnew_conrtxt span {
 background-position: right center;
 padding-left: 0;
 padding-right: 20px;
}
/* 友情链接 */
.hyq_link {
	padding: 15px 0 10px;
	background-color: #09101F;
}
.hyq_link .hyq_link_cl {
	margin-top:10px;
	float: left;
	padding: 12px 30px 12px 60px;
	color: #fff;
	background: #00843f url(../image/links.png) no-repeat 20px center;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 2px;
	border-radius: 5px;
}
.hyq_link_cr li {
	display: inline-block;
}
.hyq_link_cr li a {
	color: #e3e9f7;
	line-height:78px;
	padding: 0 10px;
	display: block;
}
.hyq_link_cr li:hover a {
	text-decoration: underline;
	color: #fff;
}
/* 底部 */
.hbottombox {
	background: url(../image/hfooter_bg.jpg) repeat-y center top;
	background-size: 100% 100%;
	border-top: 2px solid #00843f;
}
.hbot_l {
	width: 21%;
	text-align: center;
}
.hbot_l img {
	max-width: 100%;
}
.hbot_l p {
	text-align: center;
	margin: 20px auto 0;
	width: 100%;
}
.hbot_l .qrimg {
	padding: 20px;
	box-sizing: border-box;
	border: 1px dashed #a5a5a5;
	width: 80%;
	margin: auto;
	width: 50%;
}
.hbot_l p span {
	display: block;
	color: #e1f9ed;
	margin-top: 10px;
	letter-spacing: 2px;
}
.blogoimg {
	margin-top: 15px;
}
.hbot_c {
	width: 60%;
	padding-top: 10px;
}
.hbot_c ul {
	float: left;
	border-right: 1px dashed #4e4b4b;
	width: 16.6%;
	box-sizing: border-box;
	text-align: center;
}
.hbot_c ul h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
	position: relative;
}
.hbot_c ul h3:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: auto;
}
.hbot_c ul li {
	padding: 10px;
	box-sizing: border-box;
	list-style: circle;
	list-style-type: circle;
	color: #fff;
	list-style-position: inside;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.hbot_c ul li a {
	color: #fff;
}
.hbot_c ul li:hover, .hbot_c ul li a:hover {
	color: #f79458;
}
.hbtel_btn {
	display: block;
	margin-bottom: 10px;
	padding: 8px 5px 8px 35px;
	background-color: #696969;
	border-radius: 20px;
	text-align: center;
}
.hbtel_btn2 {
	background: #313742;
	background-image: none;
}
.hbot_r {
	width: 16.5%;
	padding-top: 10px;
}
.hbot_r p {
	color: #e1f9ed;
	line-height: 1.8;
}
.hbot_botm {
	border-top: 1px solid #4e4b4b;
	margin-top: 15px;
	padding: 15px 0;
}
.hbot_botm p {
	color: #e1f9ed;
}
.hbot_botm p a {
	color: #666;
	padding: 0 10px;
}
.hbot_botm p a:hover {
	color: #fff;
	text-decoration: underline;
}
/* 内页开始 */

.inbaner {
	height: 400px;
	color: #fff;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.inbaner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(35, 38, 43, 0.6);
	z-index: 0;
}
.iban1 {
	background-image: url(../image/iban1.jpg);
	background-size: 100% 100%;
}
.inbaner h2 {
	margin-top: 160px;
	font-size: 36px;
/*	border: 1px solid #fff;
*/	display: inline-block;
	padding: 10px 30px;
/*	background: rgba(0, 132, 63, 0.3);
*/	position: relative;
}
.inbaner p {
	margin-top: 30px;
	font-size: 18px;
	position: relative;
	z-index: 1;
}
.inbaner p a {
	color: #fff;
	padding: 0 10px;
}
.inbaner p a:hover {
	color: #00843f;
}
.iernavbox {
	padding: 20px 0;
	background-color: #f6f6f6;
	text-align: center;
}
.iernavbox li {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	width: 16.3%;
	background: #fff;
	text-align: center;
	border: 1px solid #757575;
	margin: 0 10px;
	box-sizing: border-box;
	font-size: 20px;
	margin: 5px auto;
}
.iernavbox li a {
	color: #757575;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.iernavbox li:hover {
	background: #00843f;
	border-color: #00843f;
 transition: .3s;
}
.iernavbox li:hover a {
	color: #fff;
}
.incont {
	line-height: 1.8;
	color: #777;
	font-size: 18px;
}
.incont img {
	max-width: 100%;
	height: auto;
}
.ipicnewcon .hnew_conr {
	width: 100%;
}
.ipicnewcon .hnew_conr li {
	width: 31.3%;
	margin: 1%;
	float: left;
}
 .ipicnewcon .hnew_conr li:nth-child(2n) .hnew_conrtxt {
 float: left;
 text-align: left;
}
 .ipicnewcon .hnew_conr li:nth-child(2n) .hnew_conrimg {
 float: left;
}
 .ipicnewcon .hnew_conr li:nth-child(2n) .hnew_conrtxt span {
 background-position: left center;
 padding-left: 20px;
 padding-right: 0;
}
.ipicnewcon .hnew_conr li .hnew_conrimg {
	width: 35%;
}
.ipicnewcon .hnew_conr li .hnew_conrimg {
	height:173px;
}
.ipicnewcon .hnew_conr li .hnew_conrtxt {
	width: 65%;
}
.innewtop .hnew_conl {
	width: 23%;
	margin: 1%;
	float: left;
	margin-top: 0;
}
.inewlistcon .hnew_conl_bot li {
	width: 48%;
	margin: 0 1% 1%;
	float: left;
	box-sizing: border-box;
}
/*页码*/

.page {
	width: 100%;
	text-align: center;
	padding: 30px 0 20px;
}
.page .pagebox {
	text-align: center;
}
.pagebox span {
	border: 1px solid #ddd;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #555;
}
.pagebox span a {
	color: #555;
	width: 100%;
	display: block;
}
.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #00843f;
	border: 1px solid #00843f;
}
.pagebox .pagebox_pre, .pagebox .pagebox_next_nolink, .pagebox .pagebox_pre_nolink, .pagebox .pagebox_next {
	width: 90px !important;
}
/* 留言 */
.iliuyancon {
	background: #e8e9ec;
	padding: 10px 15px 30px;
	box-sizing: border-box;
	margin: 80px auto 20px;
}
.iliuyancon_l {
	width: 45%;
	padding: 20px;
	box-sizing: border-box;
	background: #00843f;
	margin-top: -80px;
	border-radius: 10px;
}
.iliuyancon_l {
	max-width: 100%;
}
.iliuyancon_r {
	width: 53%;
}
.ilyf_tit {
	display: block;
	color: #464646;
	padding: 5px 10px;
}
input, textarea {
	outline: none;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: "微软雅黑";
}
.ilyf_inpt {
	width: 100%;
	height: 42px;
	background: #fff;
	border: none;
}
.ilyf_txt {
	width: 100%;
	height: 100px;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border: none;
}
.lybox {
	margin: 0 auto;
	text-align: center;
}
.ilyf_li {
	width: 100%;
	height: auto;
	padding-top: 10px;
	clear: both;
	position: relative;
}
.ilyf_li img {
	position: absolute;
	right: 0%;
	top:40px;
}
#checkCode {
	width: 100%;
	height: 42px;
	background: #fff;
	border: none;
	text-transform: uppercase;
	vertical-align: middle;
}
.ilyf_sub, .ilyf_reset {
	width: 250px;
	height: 55px;
	border: none;
	color: #fff;
	font-family: 微软雅黑;
	border-radius: 25px;
	font-size: 16px;
	margin: 25px 25px 0 0;
	background: #091C52;
	border: 1px solid #fff;
}
.ilyf_reset {
	opacity: 0.8;
}
.ilyf_sub:hover, .ilyf_reset:hover {
	color: #091C52;
	cursor: pointer;
	background: #fff;
	border: 1px solid #091C52;
 transition: .3s;
}
/*放大镜列表*/

.fs_gallery {
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	z-index: 10000;
	max-width: 100%;
}
.fs_gallery_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	color: #ccc;
	font-size: 34px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	z-index: 102;
}
.fs_gallery_close:before {
	content: "×";
}
.fs_gallery_close:hover {
	color: #fff;
}
.fs_gallery_prev, .fs_gallery_next {
	position: absolute;
	width: 80px;
	color: #ccc;
	font-size: 30px;
	cursor: pointer;
	z-index: 101;
}
.fs_gallery_prev:hover, .fs_gallery_next:hover {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
}
.fs_gallery_prev {
	left: 0;
	top: 0;
	bottom: 0;
}
.fs_gallery_next {
	right: 0;
	top: 0;
	bottom: 0;
}
.fs_gallery_prev:before {
	content: "<";
	position: absolute;
	height: 30px;
	margin-top: -30px;
	top: 50%;
	left: 35px;
}
.fs_gallery_next:before {
	content: ">";
	position: absolute;
	height: 30px;
	margin-top: -30px;
	top: 50%;
	left: 35px;
}
.fs_gallery_shuft {
	position: relative;
	width: 9999999px;
}
.fs_gallery_shuft:after {
	clear: both;
	content: "";
	display: block;
}
.fs_gallery_shuft_item {
	float: left;
	position: relative;
}
.fs_gallery_shuft_item img {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 50%;
	left: 50%;
}
.ihonerconb li {
	width: 24.2%;
	width: 24%\9;
	float: left;
	margin: 0 1% 1% 0;
}
 .ihonerconb li:nth-child(4n) {
 margin-right: 0;
}
.ihonerconb li .ihon_img {
	width: 100%;
	height: 384px;
	overflow: hidden;
	position: relative;
}
.ihonerconb li .ihon_img img {
	width: 100%;
	display: block;
	height: 100%;
}
.ihonerconb li p {
	margin: auto;
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #fff;
	background: #23262b;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}
.ihonerconb li:hover img {
	transform: scale(1.1);
 transition: .6s;
}
.ihonerconb li:hover p {
	background: #00843f;
 transition: .3s;
}
/* 案例 */
.icaselicon .hsolo_con li {
	width:23.5%;
	margin:0 1% 1% 1%;
}
 .icaselicon .hsolo_con li:first-child, .icaselicon .hsolo_con li:nth-child(5), .icaselicon .hsolo_con li:nth-child(9) {
 margin-left: 0;
}
 .icaselicon .hsolo_con li:nth-child(4), .icaselicon .hsolo_con li:nth-child(8), .icaselicon .hsolo_con li:nth-child(12) {
 margin-right: 0;
}
.icaselicon .hsolo_con li .hsolo_cimg {
	width: 100%;
	height: 373px;
}
.icaselicon .hsolo_con li .hsolo_cinfo {
	width: 100%;
	padding-bottom: 20px;
}
.icaselicon .hsolo_con li:hover img {
	opacity: 0.8;
}
.icaselicon .hsolo_con li:hover em {
	transition: 1s;
}
/* 产品列表 */
.iprolicon .hpro_con dl dd:after {
	display: none;
}
.iprolicon .hpro_con dl dd {
	padding: 12px 0;
}
.iprolicon .hpro_con dl dd h4 {
	padding: 0;
}
.iprolicon .hpro_con dl:hover dd {
	background: #00843f;
 transition: .3s;
}
.iprolicon .hpro_con dl:hover dd h4 {
	color: #fff;
}
/* 视频展示 */
.ivideolicon_c li {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
	float: left;
	position: relative;
	overflow: hidden;
	height: 384px;
}
 .ivideolicon_c li:nth-child(4n) {
 margin-right: 0;
}
.ivideolicon_c li img {
	width: 100%;
	display: block;
}
.ivideolicon_c li p {
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #091C52\9;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size:20px;
	padding:0 10px;
}
.ivideolicon_c li .vedio_panel {
	position: absolute;
	bottom: -100%;
	left: 0;
	margin: auto;
	width: 100%;
	background: rgba(0, 132, 63, 0.6) url(../image/vidico.png) no-repeat center center;
	height: 100%;
}
.ivideolicon_c li:hover p {
	display: none;
}
.ivideolicon_c li:hover .vedio_panel {
	bottom: 0;
 transition: .6s;
}
.ivideolicon_c li:hover img {
	transform: scale(1.1);
 transition: .6s;
}
/* 详情 */
.idetail_tit h1 {
	font-size: 30px;
	color: #00843f;
}
.idetail_tit p {
	margin-top: 15px;
}
.idetail_tit p span {
	padding: 0 25px 0 0;
	color: #666;
}
.zhaiyao {
	margin-top: 15px;
	background: #f2f4fb;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}
.zhaiyao strong {
	color: #999;
	font-size:20px;
}
.zhaiyao p {
	line-height: 1.6;
	margin-top: 5px;
	color: #999;
	height: 50px;
	overflow: hidden;
	font-size: 18px;
}
.updown {
	padding: 10px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #f5f5f5;
	box-sizing: border-box;
}
.updown .updli {
	line-height: 42px;
	height: 42px;
	padding-left: 30px;
	width: 49%;
	box-sizing: border-box;
}
.updown .updli span {
	display: block;
	float: left;
	padding-right: 10px;
	color: #00843f;
}
.updown .upbox {
	float: left;
	background: url(../image/pages1.png) no-repeat left center;
}
.updown .downbox {
	float: right;
	background: url(../image/pages2.png) no-repeat left center;
}
.updown .updli a {
	display: block;
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inewdecon .idetailcon {
	width: 72%;
}
.idetailbar {
	width: 26%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
.inewde_rtop li {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #ccc;
}
.inewde_rtop li a {
	display: block;
	color: #666;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	padding-left: 30px;
	box-sizing: border-box;
}
.inewde_rtop li a:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 5px;
	height: 5px;
	border-left: 5px solid #666;
	border-top: 5px solid #666;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: rotate(135deg);
}
.inewde_rtop h2 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 500;
}
.inewde_rtop li a:hover {
	color: #fff;
	background: #00843f;
}
.inewde_rtop li a:hover:before {
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
}
.relnews {
	margin-top: 15px;
}
.reltit {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}
.reltit:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #00843f;
}
.relnews .hnew_conr {
	width: 100%;
}
.relnews .hnew_conr li {
	width: 100%;
	margin-bottom: 9px;
}
.relnews .hnew_conr li .hnew_conrimg {
	height: 139px;
}
.relnews .hnew_conr li span {
	display: none;
}
.relnews .hnew_conr li p {
	margin-top: 5px;
}
.relnews .hnew_conr li {
	padding-bottom: 6px;
}
.inewdetail .iernavbox {
	display: none;
}
.inewde_relpro li {
	width: 19.2%;
	margin: 0 1% 1% 0;
	float: left;
}
 .inewde_relpro li:nth-child(5n) {
 margin-right: 0;
}
.inewde_relpro li .relpro_img {
	height: 304px;
	overflow: hidden;
	width: 100%;
}
.inewde_relpro li .relpro_img img {
	display: block;
	width: 100%;
	height: 100%;
}
.inewde_relpro li p {
	font-size:20px;
	text-align: center;
	line-height: 55px;
	background: #f6f6f6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inewde_relpro li:hover img {
	transform: scale(1.1);
 transition: .6s;
}
.reltit a {
	float: right;
	font-size: 15px;
	color: #666;
}
.reltit a:hover {
	color: #00843f;
}
/*图片放大镜*/

div.zoomDiv {
	width: 200px;
	height: 200px;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomDiv img {
	width: auto;
	max-width: none;
}
div.zoomMask {
	cursor: crosshair;
	background: #000;
	border: 1px solid #fff;
	filter: alpha(opacity=15);
	-webkit-opacity: .15;
	-moz-opacity: .15;
	-ms-opacity: .15;
	-o-opacity: .15;
	opacity: .15;
	position: absolute;
	z-index: 1;
}
/*图片放大镜样式*/

#preview img {
	max-width: none;
	height: auto !important;
	display: block;
}
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #ffffff/*url(zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
.iprodet_r {
	width: 65%;
	color: #888;
}
.iprodet_r .iprodet_rtit {
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #333;
	padding-bottom: 20px;
	margin-bottom: 10px;
	position: relative;
}
.iprodet_r .iprodet_rtit:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 120px;
	height: 2px;
	background: #00843f;
}
.iprodet_r ul {
	margin-top: 30px;
}
.iprodet_r li {
	font-size:20px;
	height: 55px;
	line-height: 55px;
	background: #f5f5f5;
	margin-bottom: 5px;
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
	width: 48%;
	display: inline-block;
}
.iprodet_r li:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 8px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #00843f;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #00843f;
	border-right: 3px solid transparent;
	transform: rotate(135deg);
}
.iprodet_r .iprodet_info {
	line-height: 1.6;
	padding: 10px;
	box-sizing: border-box;
	margin: 20px 0 10px;
	background: #f9f9f9;
	height: 135px;
	overflow: hidden;
}
.iprodet_r .inlip strong {
	color: #555;
}
.iprodet_qr {
	float: left;
	margin-left: 30px;
	border-left: 1px solid #ddd;
	padding-left: 30px;
}
.iprodet_qr img {
	width: 120px;
	border: 1px solid #ddd;
	padding: 3px;
	box-sizing: border-box;
}
.iprodet_qr p {
	margin-top: 5px;
}
.iprodet_btn {
	margin-top: 25px;
	float: left;
}
.iprodet_btn a, .iprodet_btn span {
	display: block;
	padding: 15px 45px;
	color: #fff;
	background: #00843f;
	text-align: center;
}
.iprodet_btn span {
	background: #091C52;
	margin-top: 10px;
}
.iprodet_btn a:hover {
	opacity: 0.8;
 transition: .3s;
}
/* 右侧悬浮窗 */
.rfloatbox {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
}
.rft_online, .rft_tel, .rft_wx, .rft_lx, .rft_top {
	width: 80px;
	height: 66px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: 0.36s;
	font-size: 14px;
	text-align: center;
	line-height: 14px;
	color: #fff;
	border-radius: 3px 0 0 3px;
	position: relative;
	background-color: rgba(34, 34, 34, .3);
}
.rft_online a, .rft_tel a, .rft_wx a, .rft_lx a, .rft_top a {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	width: 76px;
	height: 66px;
	box-sizing: border-box;
	padding-top: 42px;
}
.rft_online a {
	background: #00843f url(../image/flt1.png) no-repeat center 13px;
}
.rft_tel a {
	background: #00843f url(../image/flt2.png) no-repeat center 19px;
}
.rft_wx a {
	background: rgba(34, 34, 34, .3) url(../image/flt3.png) no-repeat center 17px;
}
.rft_lx a {
	background: rgba(34, 34, 34, .3) url(../image/flt4.png) no-repeat center 18px;
}
.rft_top a {
	background: rgba(34, 34, 34, .3) url(../image/flt5.png) no-repeat center 12px;
}
.rft_online:hover a, .rft_tel:hover a, .rft_wx:hover a, .rft_lx:hover a, .rft_top:hover a {
	background-color: #00843f;
}
.rft_tel:hover {
	width: 208px;
	margin-left: -208px;
	background-color: #00843f;
}
.rft_tel {
	overflow: hidden;
	padding-right: 80px;
	width: 0;
}
.rft_tel .rft_con {
	width: 208px;
	height: 66px;
	line-height: 66px;
	font-size: 24px;
	color: transparent;
	font-weight: bold;
}
.rft_tel:hover .rft_con {
	color: #fff;
}
.rft_wx .rft_con {
	position: absolute;
	left: -131px;
	top: 0;
	width: 107px;
	background-color: #00843f;
	padding: 12px;
	display: none;
}
.rft_wx:hover .rft_con {
	display: block;
}
.rft_wx .rft_con img {
	width: 100%;
}
.ibreadd {
	padding: 10px 45px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.ibreadd h2 {
	float: left;
	font-size: 30px;
	background: url(../image/ibread1.png) no-repeat left center;
	padding-left: 35px;
}
.ibreadd p {
	float: right;
	color: #888;
	background: url(../image/ibread2.png) no-repeat left center;
	padding-left: 20px;
	margin-top: 5px;
}
.ibreadd p a {
	color: #333;
	padding: 0 10px;
}
.ibreadd p a:hover {
	color: #00843f;
}
/* 新闻 */
.inewlistcon .hnew_conlimg, .ipicnewcon .hnew_conlimg {
	height:365px;
}
 @media screen and (max-width:1920px) {
	/* 首页 */
	html, body {
font-size:16px;
}
 .header_menu {
width:65%;
}
 .htel_btnstyle {
font-size:22px;
}
 .header_bnav .header_navul>li>a, .hsolo_con li .hsolo_cinfo h3, .hpro_con dl dd h4, .hshili_li p, .hcasebox .hcasebox_tab ul li a, .hcasebox .hcasebox_con ul li .hcasebox_ctit h4, .hnew_conlinfo h3, .hnew_conl_bot li a, .hnew_conr li h3, .hbot_c ul h3 {
font-size:18px;
}
 .header_bnav .header_navul>li>ul>li>a, .hsolo_con li .hsolo_cinfo p, .hpro_tit h2 a, .hab_info_txt, .hcasebox .hcasebox_con ul li .hcasebox_ctit span, .hnew_conlinfo p, .hnew_conr li p {
font-size:16px;
}
 .htitle h2, .hpro_tit h2 {
font-size:34px;
}
 .hsolo_con li .hsolo_cimg {
height:209px;
}
 .hsolo_con li .hsolo_cinfo p {
height:105px;
-webkit-line-clamp:4;
}
 .hpro_tit h2 a {
padding:10px 45px;
}
 .hpro_cate li, .hshili_li p, .hcasebox .hcasebox_tab ul li, .hnew_conl_bot li {
height:45px;
line-height:45px;
}
 .hpro_con dl dt {
height:485px;
}
 .hab_iftit h2 {
font-size:24px;
}
 .hab_info ul li p {
font-size:15px;
}
 .hab_info_txt {
height:320px;
-webkit-line-clamp:10;
}
 .hshili_li .hshili_img {
height:288px;
}
 .hcasebox .hcasebox_con ul li .hcasebox_cimg {
height:280px;
}
 .hcasebox .hcasebox_con ul li .hcasebox_ctit span {
padding:10px 45px;
}
 .hnew_conlimg {
height:349px;
}
 .hnew_conr li .hnew_conrimg {
height:135px;
}
 .hnew_conr li .hnew_conrtxt {
padding:10px 10px 0 10px;
}
 .hnew_conr li p {
height:80px;
-webkit-line-clamp:2;
}
 .hyq_link .hyq_link_cl {
margin-top:0;
}
 .hyq_link_cr li a {
line-height:28px;
}
 .habout_sliders {
max-height:343px;
}

	
	
	/* 内页 */
	.inbaner {
height:320px;
}
 .inbaner h2 {
font-size:28px;
}
 .inbaner p, .zhaiyao p, .incont {
font-size:16px;
}
 .reltit, .ibreadd h2, .idetail_tit h1 {
font-size:24px;
}
 .inewde_relpro li p, .iernavbox li, .iprodet_r li, .zhaiyao strong, .inewde_rtop li a, .ivideolicon_c li p {
font-size:18px;
}
 .inewde_relpro li p {
line-height:45px;
}
 .inewde_relpro li .relpro_img {
height:394px;
}
 .iernavbox li, .iprodet_r li, .ihonerconb li p, .ivideolicon_c li p {
height:45px;
line-height:45px;
}
 .iproimgc {
width:40%;
}
 #preview img {
max-width:100%;
}
 .iprodet_r {
width:58%;
}
 .iprodet_r .iprodet_rtit, .inewde_rtop h2 {
font-size:24px;
}
 .iprodet_r li:before {
top:16px;
}
 .iprodet_r .iprodet_info {
height:100px;
}
 .iprodet_btn a, .iprodet_btn span {
padding: 10px 35px;
}
 .inewlistcon .hnew_conlimg, .ipicnewcon .hnew_conlimg {
height:273px;
}
 .ipicnewcon .hnew_conr li .hnew_conrimg {
height:130px;
}
 .ipicnewcon .hnew_conr li p {
height:70px;
}
 .icaselicon .hsolo_con li .hsolo_cimg {
height:279px;
}
 .relnews .hnew_conr li .hnew_conrimg {
height:103px;
}
 .ihonerconb li .ihon_img, .ivideolicon_c li {
height:287px;
}
 .ilyf_sub, .ilyf_reset {
height:45px;
}
}
 @media screen and (max-width:1600px) {
 html, body {
font-size:15px;
}
 .header_menu {
width:60%;
}
 .htel_btnstyle {
font-size:20px;
}
 .header_bnav .header_navul>li>a {
font-size:17px;
}
 .htitle h2, .hpro_tit h2 {
font-size:30px;
}
 .hsolo_con li .hsolo_cimg {
height:173px;
}
 .hsolo_con li .hsolo_cinfo p {
height: 50px;
-webkit-line-clamp: 2;
}
 .hsolo_con li .hsolo_cinfo h3, .hpro_cate li a, .hpro_con dl dd h4, .hshili_li p, .hcasebox .hcasebox_tab ul li a, .hcasebox .hcasebox_con ul li .hcasebox_ctit h4, .hnew_conlinfo h3, .hnew_conl_bot li a, .hnew_conr li h3, .hbot_c ul h3, .hab_more {
font-size:16px;
}
 .hsolo_con li .hsolo_cinfo p, .hab_info_txt, .hnew_conlinfo p, .hnew_conr li p, .hnew_conr li span {
font-size:15px;
}
 .hpro_cate li, .hshili_li p, .hcasebox .hcasebox_tab ul li, .hnew_conl_bot li {
height:40px;
line-height:40px;
}
 .hpro_con dl dt {
height:237px;
}
 .hab_iftit h2 {
font-size:22px;
}
 .hab_info ul li p {
font-size:14px;
}
 .hab_info_txt {
height: 210px;
-webkit-line-clamp: 7;
}
 .hshili_li .hshili_img {
height:240px;
}
 .hcasebox .hcasebox_con ul li .hcasebox_cimg {
height:250px;
}
 .hnew_conlimg {
height:290px;
}
 .hnew_conr li .hnew_conrimg {
height:112px;
}
 .hnew_conr li p {
height: 60px;
-webkit-line-clamp: 2;
}
 .hyq_link .hyq_link_cl {
font-size:18px;
}
 .habout_sliders {
max-height:290px;
}
	
	/* 内页 */
	.inewde_relpro li .relpro_img {
height:189px;
}
 .inewde_relpro li p, .iprodet_r li, .zhaiyao strong, .iernavbox li, .inewde_rtop li a, .ihonerconb li p {
font-size:16px;
}
 .reltit, .ibreadd h2, .idetail_tit h1, .iprodet_r .iprodet_rtit, .inewde_rtop h2 {
font-size:22px;
}
 .iprodet_btn {
margin-top:0;
}
 .inewlistcon .hnew_conlimg, .ipicnewcon .hnew_conlimg {
height:227px;
}
 .zhaiyao p {
font-size:15px;
}
 .hnew_conl_bot li:before {
top:15px;
}
 .ipicnewcon .hnew_conr li .hnew_conrimg {
height:108px;
}
 .ipicnewcon .hnew_conr li p {
height:68px;
}
 .icaselicon .hsolo_con li .hsolo_cimg {
height:232px;
}
 .ihonerconb li .ihon_img, .ivideolicon_c li {
height:239px;
}
}
 @media screen and (max-width:1440px) {
 .header_menu {
width:55%;
}
 .hsolo_con li .hsolo_cimg {
height:156px;
}
 .hpro_con dl dt {
height:213px;
}
 .hab_info_txt {
height: 155px;
-webkit-line-clamp: 7;
}
 .hshili_li .hshili_img {
height:213px;
}
 .hcasebox .hcasebox_con ul li .hcasebox_cimg {
height:207px;
}
 .hnew_conlimg {
height:261px;
}
 .hnew_conr li .hnew_conrimg {
height:101px;
}
 .hnew_conr li p {
height: 57px;
-webkit-line-clamp: 2;
}
 .habout_sliders {
max-height:263px;
}
	
	/* 内页 */
	.inewde_relpro li .relpro_img {
height:170px;
}
 .iproimgc {
width:50%;
}
 .iprodet_r {
width:46%;
}
 .iprodet_r .iprodet_info {
height:85px;
}
 .inewlistcon .hnew_conlimg {
height:204px;
}
 .ipicnewcon .hnew_conr li .hnew_conrimg {
height:97px;
}
 .ipicnewcon .hnew_conr li p {
height:38px;
-webkit-line-clamp:1;
}
 .hnew_conlimg {
height:204px;
}
 .icaselicon .hsolo_con li .hsolo_cimg {
height:208px;
}
 .ihonerconb li .ihon_img, .ivideolicon_c li {
height:214px;
}
}
 @media screen and (max-width:1360px) {
 .header_bbox .header_blogo {
width:15%;
padding: 50px 0px 0px;
}
 .htel_btnstyle {
font-size: 15px;
}
 .header_menu {
width:65%;
}
 .hsolo_con li .hsolo_cimg {
height:138px;
}
 .hpro_con dl dt {
height:189px;
}
 .hshili_li .hshili_img {
height:188px;
}
 .hcasebox .hcasebox_con ul li .hcasebox_cimg {
height:183px;
}
 .hnew_conlimg {
height:231px;
}
 .hnew_conr li .hnew_conrimg {
height:89px;
}
 .hnew_conr li {
margin-bottom:7px;
}
 .inewde_relpro li .relpro_img {
height:151px;
}
 .iproimgc {
width:45%;
}
 .iprodet_r {
width:50%
}
 .inewlistcon .hnew_conlimg {
height:181px;
}
 .ipicnewcon .hnew_conlimg {
height:181px;
}
 .ipicnewcon .hnew_conr li .hnew_conrimg {
height:86px;
}
 .ihonerconb li .ihon_img, .ivideolicon_c li {
height:190px;
}
 .habout_sliders {
max-height:238px;
}
}
 @media screen and (max-width:1280px) {
}
 @media screen and (max-width:959px) {
 html,  body {
 min-width: 660px;
 max-width: 660px;
}
 .mainbody {
 width: 98%;
}
 .par30b20 {
 padding: 15px 0 10px;
}
 .par30 {
 padding-top: 15px;
}
 .head_top {
 display: none;
}
 .header_bbox {
 border-top: 2px solid #00843f;
}
 .header_bbox .header_menu {
 width: 100%;
 float: none;
 clear: both;
}
 .header_bbox .header_blogo {
 padding: 13px 0;
 width: 30%;
}
 .header_bbox .header_tel {
 margin: 10px 0 0;
}
 .header_bnav .header_navul {
 border-top: 1px solid #182b61;
 border-right: 1px solid #182b61;
 box-sizing: border-box;
}
 .header_bnav .header_navul>li {
 height: 36px;
 line-height: 36px;
 width: 25%;
 border-bottom: 1px solid #182b61;
 border-left: 1px solid #182b61;
 box-sizing: border-box;
 background-color: #091C52;
}
 .header_bnav .header_navul>li>a {
 color: #fff;
 font-weight: normal;
 font-size: 15px;
}
 .header_bbox .mainbody {
 width: 100%;
}
 .header_bnav .header_navul>li>ul {
 display: none !important;
}
 .hbannbox .bd,  .hbannbox .bd img {
 width: 100% !important;
 height: auto;
}
 .hbannbox .bd {
 left: 0;
 margin: 0;
}
 .htitle h2 {
 font-size: 22px;
}
 .htitle p {
 font-size: 14px;
 padding: 0 35px;
 box-sizing: border-box;
}
 .hsolo_con li {
 width: 48%;
 margin: 1%;
}
 .hsolo_con li .hsolo_cimg {
 height: 120px;
}
 .hsolo_con li .hsolo_cinfo h3 {
 font-size: 16px;
}
 .hsolo_con li .hsolo_cinfo p {
 font-size: 14px;
}
 .hsolo_con li .hsolo_cinfo em {
 margin-top: 10px;
}
 .hsolo_con li .hsolo_cinfo {
 padding-top: 15px;
}
 .hsolo_con li:nth-child(3n) {
 margin-right: 1%;
}
 .hcasebox .hcasebox_tab {
 position: relative;
 top: auto;
 left: auto;
 width: 100%;
}
 .hcasebox .hcasebox_tab ul li {
 width: 23%;
 margin: 1%;
 float: left;
 box-sizing: border-box;
}
 .hcasebox .mainbody {
 padding-top: 15px;
 padding-bottom: 0;
}
 .hcasebox .htitle {
 padding-top: 30px;
}
 .hcasebox .hcasebox_con {
 margin-top: 20px;
 padding-bottom: 30px;
}
 .hcasebox .hcasebox_con ul li {
 width: 48%;
}
 .hcasebox .hcasebox_con ul li .hcasebox_cimg {
 height: 208px;
}
 .hcasebox .hcaseb_prev,  .hcasebox .hcaseb_next {
 left: 5%;
 top: 48%;
 display: block;
 opacity: 0.6;
}
 .hcasebox .hcaseb_next {
 left: auto;
 right: 5%;
}
 .hpro_tit h2 {
 font-size: 22px;
 margin-top: -30px;
}
 .hpro_tit span {
 margin-top: -2px;
}
 .hpro_cate {
 margin-top: 15px;
}
 .hpro_tit h2 a {
 padding: 8px 25px;
}
 .hpro_tit em {
 font-size: 42px;
}
 .hpro_cate li {
 width: 25%;
}
 .hpro_con dl {
 width: 48%;
 margin: 1%;
}
 .hpro_con dl:nth-child(4n) {
 margin-right: 1%;
}
 .hpro_con dl dt {
 height: 226px;
}
 .hadvbox {
 display: none;
}
 .hys_tbox .htitle h2 {
 font-size: 24px;
}
 .hyscon .hyscon_l {
 width: 100%;
 text-align: center;
 padding-top: 0;
}
 .hyscon .hyscon_r {
 width: 100%;
 margin-top: 15px;
}
 .hyscon .hyscon_r .hyscon_r_con {
 margin-top: 5%;
}
 .hab_img {
 width: 100%;
}
 .hab_info {
 width: 100%;
 background: #fff;
 margin-top: -30%;
 position: relative;
 z-index: 99;
 border-radius: 0px 0px 10px 10px;
}
 .haboutbox {
 margin-bottom: 0;
}
 .habout_con {
 margin-bottom: 15px;
}
 .hab_info ul {
 display: none;
}
 .hab_iftit h2 {
 font-size: 22px;
}
 .hab_iftit {
 padding-bottom: 15px;
}
 .hab_iftit em {
 margin-top: 15px;
}
 .hys_tbox {
 padding: 15px 0 10px;
}
 .hab_info_txt {
 height: 98px;
}
 .habout_sliders {
 display: none;
}
 .hnew_conl,  .hnew_conl_bot {
 display: none;
}
 .hnew_conr {
 width: 100%;
}
 .hnew_conr li .hnew_conrimg {
 height: 126px;
}
 .hyq_link {
 display: none;
}
 .hbot_l,  .hbot_c,  .hbot_r {
 display: none;
}
 .hbottombox {
 padding: 0;
}
 .hbot_botm {
 margin-top: 0;
}
 .hbot_botm p a {
 float: none;
 padding-right: 0;
}
 .inbaner {
 background-size: 100%;
 height: 110px;
 background-color: #f6f6f6;
}
 .header_bbox {
 border-bottom: 0;
 background: #091c52;
 position: relative;
 left: auto;
 top: auto;
}
 .inbaner h2,  .inbaner p {
 display: none;
}
 .inbaner:before {
 display: none;
}
 .inbaner p,  .inbaner p a {
 color: #666;
}
 .inbaner p {
 margin: 0;
 padding: 15px 0 0;
 border-bottom: 0;
}
 .inbaner h2 {
 color: #00843f;
 background: none;
 border: 1px solid #00843f;
 font-size: 22px;
 margin-top: 130px;
 padding: 5px 30px;
 font-size: 20px;
}
 .iernavbox {
 padding: 10px 0;
}
 .iernavbox li {
 display: inline;
 float: left;
 width: 31.3%;
 margin: 1%;
 height: 36px;
 line-height: 36px;
 font-size: 15px;
}
 .ipicnewcon .hnew_conr li {
 width: 48%;
 margin: 1%;
}
 .ipicnewcon .hnew_conr li .hnew_conrimg {
 width: 100%;
 height: auto;
}
 .ipicnewcon .hnew_conr li .hnew_conrtxt {
 width: 100%;
}
 .ipicnewcon .hnew_conr li {
 padding-bottom: 0;
}
 .inewlistcon .hnew_conl_bot {
 display: block;
}
 .inewlistcon .hnew_conl_bot li {
 width: 100%;
 margin: 1% auto;
 background: #f9f9f9;
}
 .iliuyancon_l {
 display: none;
}
 .iliuyancon {
 margin-top: 10px;
 padding-top: 0;
}
 .iliuyancon_r {
 width: 100%;
 padding: 10px;
 box-sizing: border-box;
}
 .ihonerconb li {
 width: 48%;
 margin: 1%;
}
 .ihonerconb li:nth-child(4n) {
 margin-right: 1%;
}
 .ihonerconb li .ihon_img {
 height: 220px;
}
 .icaselicon .hsolo_con li .hsolo_cimg {
 height: 105px;
}
 .ivideolicon_c li {
 width: 48%;
 margin: 1%;
 height: 227px;
}
 .ivideolicon_c li:nth-child(4n) {
 margin-right: 1%;
}
 .idetail_tit h1 {
 font-size: 22px;
}
 .idetail_tit p {
 margin-top: 10px;
}
 .zhaiyao p {
 height: 48px;
}
 .inewde_rtop {
 display: none;
}
 .inewdetail .iernavbox {
 display: block;
}
 .inewdecon .idetailcon {
 width: 100%;
}
 .idetailbar {
 width: 100%;
 background: none;
}
 .inewde_relpro li {
 width: 48%;
 margin: 1%;
}
 .inewde_relpro li .relpro_img {
 height: 227px;
}
 .iprode_big,  #preview img {
 width: 100% !important;
}
 .jqzoom,  .iproimgc {
 float: none;
}
 div.zoomMask,  div.zoomDiv {
 display: none !important;
}
 .iprodet_r {
 float: none;
 width: 100%;
 margin-top: 20px;
}
 .rfloatbox {
 display: none !important;
}
 .hcasebox .hcasebox_con {
 padding-top: 0;
}
 .habout_slidbox {
 display: none;
}
 .header_bnav .header_navul>li:after {
 display: none;
}
 .ibreadd {
 border-top: 1px solid #ddd;
 padding: 8px 3px;
}
 .ibreadd h2 {
 font-size: 22px;
}
 .haboutbox {
 overflow: hidden;
}
 .haboutbox:before {
 min-height: 766px;
}
 .iprodet_r li {
 font-size: 15px;
}
 .header_bnav .header_navul>li:before {
display: none !important;
}
}
 @media screen and (max-width:768px) {
 .hbottombox {
 margin-bottom: 70px;
}
 .m_fbotm {
 display: block;
 padding: 10px 0;
 background-color: #333;
 position: fixed;
 left: 0;
 bottom: 0;
 right: 0;
 max-width: 660px;
 width: 100%;
 margin: auto;
 z-index: 9999;
}
 .m_fbotm ul {
 display: flex;
 justify-content: space-between;
 text-align: center;
}
 .m_fbotm ul li {
 width: 25%;
 border-right: 1px solid #716c6c;
 box-sizing: border-box;
}
 .m_fbotm ul li:last-child {
 border-right: 0;
}
 .m_fbotm ul li p {
 color: #888;
 margin-top: 5px;
}
 .hcasebox .hcasebox_tab ul li:before {
 display: none;
}
}
 @media screen and (max-width:640px) {
 html,  body {
 min-width: 100%;
 max-width: 100%;
}
 .hbannbox {
height:130px;
}
 .header_tel {
 display: none;
}
 .header_bbox .header_blogo {
 float: none;
 text-align: center;
 width: 65%;
 margin: auto;
}
 .hpro_cate li {
 width:50%;
 height: 36px;
 line-height: 36px;
}
 .hab_iftit h2 {
 font-size: 20px;
}
 .hab_info_txt {
 font-size: 15px;
 font-weight: normal;
}
 .htitle h2 {
 font-size: 20px;
}
 .htitle p {
 padding: 0;
 margin: 8px auto;
}
 .hsolo_con li .hsolo_cimg {
 width: 45%;
 height: 121px;
}
 .hsolo_con li {
 width: 100%;
 margin: 0 auto 2%;
}
 .hsolo_con li .hsolo_cinfo {
 width: 53%;
}
 .hcasebox .hcasebox_con ul li {
 width: 100%;
 margin: 0;
}
 .hcasebox .mainbody {
 padding: 10px;
}
 .hcasebox .hcasebox_tab ul li a {
 font-size: 15px;
}
 .hpro_cate {
 padding: 5px;
}
 .hpro_cate li a {
 font-size: 15px;
}
 .hpro_tit h2 a {
 padding: 5px 8px;
}
 .hpro_tit h2 {
 font-size: 20px;
}
 .hpro_con dl dt {
 height: 226px;
}
 .hpro_con dl dd h4 {
 padding: 5px 0 16px;
}
 .hpro_cpanel {
 padding-top: 30%;
}
 .hys_tbox .htitle h2 {
 font-size: 20px;
}
 .hyscon .hyscon_r .hyscon_r_con {
 margin-top: 15%;
}
 .hyscon .hyscon_r .hyscon_r_con .hyscon_r_conul li span {
 color: #ffffff;
 background: #00843f;
 width: 60px;
 height: 60px;
 line-height: 60px;
 font-size: 42px;
}
 .hyscon .hyscon_r .hyscon_r_con:after {
 top: -30px;
}
 .hyscon .hyscon_r .hyscon_r_tit {
 margin-left: 5px;
}
 .hab_info {
 margin-top: 0;
}
 .m_fbotm {
 padding: 6px 0 5px;
 max-width: 100%;
}
 .m_fbotm ul li p {
 margin-top: 0;
}
 .hbottombox {
 margin-bottom: 56px;
}
 .inbaner h2 {
 margin-top: 78px;
}
 .ipicnewcon .hnew_conr li {
 margin: 2% auto;
 width: 100%;
}
 .hnew_conl_bot li a {
 width: 70%;
}
 .hnew_conl_bot {
 padding-top: 0;
}
 .ilyf_inpt {
 width: 100%;
}
 .iliuyancon_r {
 padding: 0 5px;
}
 .ilyf_li img {
 right: 5%;
}
 .ilyf_sub,  .ilyf_reset {
 width: 120px;
}
 .ihonerconb li .ihon_img {
 height: 127px;
}
 .icaselicon .hsolo_con li .hsolo_cimg {
 height: auto;
}
 .iprolicon .hpro_con dl dd {
 padding: 8px 0;
}
 .ivideolicon_c li {
 height: 129px;
}
 .ivideolicon_c li p {
 height: 36px;
 line-height: 36px;
}
 .idetail_tit h1 {
 font-size: 20px;
}
 .idetail_tit p span {
 padding-right: 8px;
 font-size: 14px;
}
 .updown .updli {
 width: 100%;
}
 .downbox {
 border-top: 1px solid #ddd;
}
 .updown .updli a {
 width: 75%;
}
 .updown {
 padding: 0 10px;
}
 .reltit {
 font-size: 20px;
}
 .idetailbar {
 padding: 0;
}
 .inewde_relpro li .relpro_img {
 height: 227px;
}
 .inewde_relpro li p {
 font-size: 15px;
}
 .iprodet_r ul {
 margin-top: 15px;
}
 .iprodet_r li {
 width: 100%;
}
 .iprodet_r .iprodet_rtit {
 font-size: 20px;
}
 .iprodet_r .iprodet_info {
 margin-top: 10px;
 height: 115px;
}
 .iprodet_btn {
 margin-top: 15px;
}
 .iprodet_qr {
 border: 0;
 margin-top: 15px;
 margin-left: 0;
 text-align: center;
 padding-left: 0;
}
 .iprodet_qr img {
 width: 80%;
}
 .ibreadd h2 {
 padding-left: 30px;
 background-size: 15%;
 font-size: 16px;
 padding-left: 20px;
}
 .ibreadd p {
 margin-top: 0;
 font-size: 14px;
 padding-left: 12px;
}
 .hnew_conr li .hnew_conrimg {
 width: 100%;
 height: auto;
}
 .hnew_conr li .hnew_conrtxt {
 padding: 15px 10px 5px;
 width: 100%;
}
 .hnew_conr {
 display: none;
}
 .hnew_conl,  .hnew_conl_bot {
 display: block;
}
 .hnew_conlbox,  .hnew_conl {
 width: 100%;
}
 .hnew_conl {
 margin-right: 0;
}
 .relnews .hnew_conr {
 display: block;
}
 .inbaner {
 height: 63px;
}
 .innewtop .hnew_conl {
 display: none;
}
 .ipicnewcon .hnew_conr {
 display: block;
 padding-top: 0;
}
 .icaselicon .hsolo_con li {
width:100%;
}
.hsolo_con li .hsolo_cinfo p {
height:48px;
}
.hcasebox .hcaseb_prev, .hcasebox .hcaseb_next {
top:32%;
}
}
 @media screen and (max-width:360px) {
 .inbaner {
 height: 60px;
}
}
 @media screen and (max-width:340px) {
 .hnew_conl_bot li a {
 width: 63%;
}
 .inbaner {
 height: 57px;
}
}



/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination1 {
	display:flex;
	justify-content:center;
	margin-top:10px; clear:both; overflow:hidden; padding-top:50px; padding-bottom:30px;
}
.pagination1 a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:8px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination1 span {
	color: #333;
	font-size:14px;
	padding:8px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination1 a:hover {
	color:#00843f;
	border:1px solid #00843f;
}
.pagination1 a.page-num-current {
	color:#fff;
	background:#00843f;
	border:1px solid #00843f;
}
/* ----- PB分页数字条效果 结束 ----- */

